@charset "utf-8";
/* CSS Document */

h1{
    margin: 0 0 32px 0;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 60px;
    letter-spacing: 2px;
    text-align: center;
    font-style: italic;
    text-shadow: 4px 4px 6px #EB0000;
    background-color: transparent;
 

}



article{
	padding: 0 100px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}




body {
    background-color: #FFFFFF; /* Pitchfork Dark Mode vibe */
    color: #000;
  
}

/* 2. THE TYPOGRAPHIC SCALE */




/* Style 2: Main Headline (Archivo Black) */
.album-title {
    font-family: 'Archivo Black', sans-serif;
    font-size: clamp(4rem, 15vw, 12rem); /* High-end responsive size */
    text-transform: uppercase;
    line-height: 0.9;
    letter-spacing: -5px;
    margin-top: 50px;
    text-shadow: 4px 4px 0px #e21d24; /* CSS3 Text Shadow */
}

.artist-name {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 50px;
}

/* Style 3: Score & Byline */
.metadata {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #333;
    padding: 20px 0;
    margin: 0 20px;
}

.score {
    font-family: 'Archivo Black', sans-serif;
    font-size: 5rem;
    color: #e21d24;
}

/* Style 4: Body Copy */
.longform-body {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
}

.summary {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
    color: #020000;
}

.first-para {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 30px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

/* 3. IMAGES & CSS3 EFFECTS */

.editorial-image img {
    width: 100%;
    filter: grayscale(100%) contrast(120%); /* Modern CSS Filter */
    transition: filter 0.5s ease;
}



.editorial-columns {
    column-count: 2;
    column-gap: 50px;
    margin-top: 40px;
    text-align: center;
}

.pull-quote {
    margin: 0 0 32px 0;
	font-weight: normal;
	color: #000000;
	font-size: 55px;
	letter-spacing: 2px;
	text-align: center;
	font-style: italic;
	text-shadow: 4px 4px 6px #EB0000;
}

/* Background Image Integration */
.visual-footer {
    height: 60vh;
    background: linear-gradient(rgba(0,0,0,0), #000), 
                url('images/crowd-texture.jpg') center/cover;
    margin-top: 100px;
}
